Welcome![Sign In][Sign Up]
Location:
Search - solving system of linear equations

Search list

[Mathimatics-Numerical algorithmsMroot_LinearSolver

Description: 改进平方根法求解对称正定线性方程组,用matlab编写,可以在一定程度上提高求解效率。其中MRoot_squaring.m为原做法,sparse_cmp.m为二维等带宽存储,Moot_zonal.m为二维等带宽存储的平方根法求解-To improve the square root method to solve symmetric positive definite system of linear equations using matlab to prepare, to a certain extent improve the efficiency of solving. MRoot_squaring.m which the original approach, sparse_cmp.m for the two-dimensional, such as memory bandwidth, Moot_zonal.m for the two-dimensional, such as the square root of bandwidth storage method
Platform: | Size: 1024 | Author: 周星星 | Hits:

[Algorithmspblastk

Description: 用于求解大型稀疏线性方程组Ax=b的数值计算库.-For solving large sparse system of linear equations Ax = b of the numerical calculation library.
Platform: | Size: 238592 | Author: huanghuazhan | Hits:

[matlabpowerflow

Description: 电力系统潮流程序,用matlab编程的的。潮流计算是电力系统运行分析和规划设计中最常用的工具,电力系统潮流计算问题在数学上是求解一组多元非线性方程,迭代的收敛性是实用者关心的技术焦点。-Power Flow procedures, with the matlab programming. Flow calculation is the electric power system operation analysis and planning and designing the most commonly used tools, electric power system power flow calculation problem solving in mathematics is a set of multiple non-linear equations, iterative convergence is a practical technology were the focus of concern.
Platform: | Size: 3072 | Author: 陈雨 | Hits:

[Algorithmgongetidu

Description: 这个程序利用共轭梯度方法,求解对称正定线性方程组-This procedure using conjugate gradient method for solving symmetric positive definite system of linear equations
Platform: | Size: 2048 | Author: l | Hits:

[matlabUCA_SMI

Description: QR分解SMI算法的目的正是要避免直接来解线性方程,而是将自相关矩阵分解,并利用Givens旋转实现数据矩阵的QR分解,最终将权矢量的求解问题转化为三角线性方程组的求解问题。-QR decomposition SMI algorithm, whose objective it is to avoid directly to solution of linear equations, but will auto-correlation matrix decomposition, and the use of Givens rotation implementation of the QR decomposition of data matrix, the weight vector will eventually solve the problem into a triangular system of linear equations solving the problem.
Platform: | Size: 1024 | Author: 张亚光 | Hits:

[Mathimatics-Numerical algorithmsjacobi

Description: 既可以能过两种方法考察线性方程组的雅克比迭代法是否收敛,又可以求解线性方程组-Can have two methods to study the system of linear equations Jacobian iterative method is convergent, but also for solving linear equations
Platform: | Size: 52224 | Author: 赵萍 | Hits:

[AlgorithmPreconditioned_Conjugate_Gradient_Method

Description: 用C语言写的预处理共轭梯度法求解线性方程组的程序-Preconditioned Conjugate Gradient Method with C Language for solving linear system of equations
Platform: | Size: 3072 | Author: Zhu Liyong | Hits:

[Algorithmthe-solution-to-AX=B

Description: 对任意线性方程组AX=B,利用矩阵等价变换形成上三角矩阵,在利用高斯消元法中的回代过程简便的求解方程组AX=B的解。本程序是用MATLAB编写的,运行时只要输入矩阵A和B,即可得到方程的解。程序中有详细的注释,很好理解。本程序具有通用性。-For any system of linear equations AX = B, the use of equivalent transformation matrix to form the upper triangular matrix using Gaussian elimination in the back substitution process of solving simple equations AX = B solution. This procedure is used MATLAB, running as long as the input matrix A and B, can be obtained equations. Detailed program notes, well understood. The program is versatile.
Platform: | Size: 1024 | Author: 大象 | Hits:

[File Formatlinear-equations

Description: 实现线性方程组的求解,能解决所有线性方程组的解。-Solving system of linear equations
Platform: | Size: 1024 | Author: xiqi | Hits:

[MPIJacobi

Description: matlab语言编写的,用于求解线性方程组的雅克比消去法-Jacques elimination method solving system of linear equations with matlab
Platform: | Size: 1024 | Author: luoxia | Hits:

[MPIGauss_pivot

Description: matlab 高斯列主元消去法求解线性方程组程序,可用于求解任何元数方程组-Matlab gaussian column primary elimination method solving system of linear equations procedures, can be used to solve any yuan number equations
Platform: | Size: 1024 | Author: luoxia | Hits:

[OtherGuassSeider

Description: 高斯赛德尔迭代法和雅可比迭代法求解线性方程组。-Iteration solving system of linear equations
Platform: | Size: 1024 | Author: 杨林 | Hits:

[Algorithmsparsematrix

Description: 求解大型对称或非对称方程组,采用稀疏矩阵存储及求解算法,在电力系统仿真分析软件中得到应用-Sparse1.3 is a flexible package of subroutines written in C used to quickly and accurately solve large sparse systems of linear equations. The package is able to handle arbitrary real and complex square matrix equa- tions. Besides being able to solve linear systems, it is also able to quickly solve transposed systems, find determinants, and estimate errors due to ill-conditioning in the system of equations and instability in the computations. Sparse also provides a test program that is able read matrix equations from a file, solve them, and print useful information about the equation and its solution. Sparse1.3 is generally as fast or faster than other popular sparse matrix packages when solving many matrices of similar structure. Sparse does not require or assume symmetry and is able to perform numerical pivot- ing to avoid unnecessary error in the solution. It handles its own memory allocation, which allows the user to forgo the hass
Platform: | Size: 320512 | Author: 魏文辉 | Hits:

[Software EngineeringJacobi

Description: CFD-CODE FOR Solving System of linear equations by the Jacobi FOR FORTRAN-CFD-CODE FOR Solving System of linear equations by the Jacobi FOR FORTRAN
Platform: | Size: 61440 | Author: meisam | Hits:

[Mathimatics-Numerical algorithmshouseholder

Description: 求解一个给定的大规模(<10000个方程)超定线性方程组Ax=b。 读取矩阵A和b; 设计算法求解线性方程组 ,并打印解向量 ; 计算残差e=||Ax-b||,并打印。-Solving a given mass (<10 000 equations) overdetermined system of linear equations Ax = b. Read a matrix A and b Design algorithm for solving linear equations, and print solution vector Computing residuals e = || Ax-b ||, and print.
Platform: | Size: 22528 | Author: wendy | Hits:

[AlgorithmGCR

Description: 使用GCR分解求解线性方程组的matlab源码,内涵代码文字说明-Using decomposition of GCR matlab source code for solving system of linear equations, the connotation of the code
Platform: | Size: 1024 | Author: 彭富林 | Hits:

[File Operatedumerical-equations

Description: 数值方法里面的用lagrange插值发求解线形方程的算法,可以用来解线形方程组的习题-The inside of the numerical methods used though laser hair interpolation algorithm for solving linear equations, problem sets can be used to solve the linear system of equations
Platform: | Size: 14336 | Author: ggide | Hits:

[File Operateequations

Description: 文件实现求解线性方程组,多项式插值或积分,包含gauss消去,迭代等-File to realize solving system of linear equations, polynomial interpolation or integral, containing gauss elimination, iteration, etc
Platform: | Size: 84992 | Author: olruot | Hits:

[Algorithmill-conditioned system of equations

Description: 分别用几种经典的数值分析迭代算法求解线性方程组(Solving linear equations by several classical numerical analysis iterative algorithms)
Platform: | Size: 3072 | Author: jcg17 | Hits:

[Other顾伟三机九节点仿真程序

Description: 电力系统潮流计算体现在数学就上是多元非线性方程组的求解问题,求解的方法有很多种。牛顿—拉夫逊法是数学上解非线性方程式的有效方法,收敛性好、迭代次数少。将牛顿—拉夫逊法用于潮流计算是以导纳矩阵为基础的,由于利用了导纳矩阵的对称性、稀疏性及节点编号顺序优化等技巧,使牛顿—拉夫逊法解题规模和计算速度进一步提高,此算法至今仍是潮流计算中广泛采用的优秀算法。(Power flow calculation in power system is a problem of solving multivariate non-linear equations in mathematics. There are many methods to solve it. Newton-Raphson method is an effective method for solving nonlinear equations in mathematics. It has good convergence and fewer iterations. The application of Newton-Raphson method to power flow calculation is based on admittance matrix. Because of the use of symmetry, sparsity and optimization of node number sequence of admittance matrix, the scale and speed of Newton-Raphson method are further improved. So far, this algorithm is still an excellent one widely used in power flow calculation.)
Platform: | Size: 2048 | Author: WHYW | Hits:
« 12 3 »

CodeBus www.codebus.net